Queries to get settings of a printer style. To determine the settings of a printer style, you must obtain the style and then use the following queries:
PGetPrintColor
PGetPrintDoc (range always set to All)
PGetPrintFeature
PGetPrintFeatureItems
PGetPrintFeatureTitles
PGetPrintOptions
PGetPrintOptionsPS
PGetPrintPaperPS
PGetPrintTo
Example.
PGetPrinterStyles printerStyles; for (short i = printerStyles.Count(); i > 0; --i) { if (strcmp (printerStyles, "Laser legal") == 0) PRemovePrinterStyle(printerStyles); printerStyles++; }
The PAddPrinterStyle, PPrintColor, PPrintDoc, PPrinterStyle, PPrintOptions, PPrintOptionsPS, PPrintPaperPS, PPrintTo, and PRemovePrinterStyle commands
Comments or suggestions? Contact Adobe Developer Support